home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / mirismap.sit / Miri's Map / card_3041.txt < prev    next >
Text File  |  1988-11-14  |  21KB  |  1,011 lines

  1. -- card: 3041 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2742
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   hide menubar
  9.   put "Miri's Map" into background field "state"
  10. end opencard
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=340 top=188 right=200 bottom=377
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Tennessee
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   put "Tennesee" into background field "state"
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 4 (button)
  33. -- low flags: 00
  34. -- high flags: 0000
  35. -- rect: left=134 top=148 right=166 bottom=159
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: California
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   put "California" into background field "state"
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 5 (button)
  52. -- low flags: 00
  53. -- high flags: 0000
  54. -- rect: left=363 top=144 right=163 bottom=386
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Ohio
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   put "Ohio" into background field "state"
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 6 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=350 top=146 right=175 bottom=362
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Indiana
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   put "Indiana" into background field "state"
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 7 (button)
  90. -- low flags: 00
  91. -- high flags: 0000
  92. -- rect: left=325 top=152 right=171 bottom=348
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Illinois
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   put "Illinois" into background field "state"
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 8 (button)
  109. -- low flags: 00
  110. -- high flags: 0000
  111. -- rect: left=318 top=119 right=138 bottom=341
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Texas
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   put "Texas" into background field "state"
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 9 (button)
  128. -- low flags: 00
  129. -- high flags: 0000
  130. -- rect: left=381 top=235 right=267 bottom=421
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: Florida
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   put "Florida" into background field "state"
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part 10 (button)
  147. -- low flags: 00
  148. -- high flags: 0000
  149. -- rect: left=317 top=227 right=246 bottom=340
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: Louisiana
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   put "Louisiana" into background field "state"
  161. end mouseUp
  162.  
  163.  
  164.  
  165. -- part 11 (button)
  166. -- low flags: 00
  167. -- high flags: 0000
  168. -- rect: left=311 top=197 right=216 bottom=334
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 0 / 0
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: Arkansas
  177. ----- HyperTalk script -----
  178. on mouseUp
  179.   put "Arkansas" into background field "state"
  180. end mouseUp
  181.  
  182.  
  183.  
  184. -- part 12 (button)
  185. -- low flags: 00
  186. -- high flags: 0000
  187. -- rect: left=307 top=166 right=193 bottom=326
  188. -- title width / last selected line: 0
  189. -- icon id / first selected line: 0 / 0
  190. -- text alignment: 1
  191. -- font id: 0
  192. -- text size: 12
  193. -- style flags: 0
  194. -- line height: 16
  195. -- part name: Missouri
  196. ----- HyperTalk script -----
  197. on mouseUp
  198.   put "Missouri" into background field "state"
  199. end mouseUp
  200.  
  201.  
  202.  
  203. -- part 13 (button)
  204. -- low flags: 00
  205. -- high flags: 0000
  206. -- rect: left=300 top=143 right=162 bottom=323
  207. -- title width / last selected line: 0
  208. -- icon id / first selected line: 0 / 0
  209. -- text alignment: 1
  210. -- font id: 0
  211. -- text size: 12
  212. -- style flags: 0
  213. -- line height: 16
  214. -- part name: Iowa
  215. ----- HyperTalk script -----
  216. on mouseUp
  217.   put "Iowa" into background field "state"
  218. end mouseUp
  219.  
  220.  
  221.  
  222. -- part 14 (button)
  223. -- low flags: 00
  224. -- high flags: 0000
  225. -- rect: left=292 top=100 right=138 bottom=315
  226. -- title width / last selected line: 0
  227. -- icon id / first selected line: 0 / 0
  228. -- text alignment: 1
  229. -- font id: 0
  230. -- text size: 12
  231. -- style flags: 0
  232. -- line height: 16
  233. -- part name: Minnesota
  234. ----- HyperTalk script -----
  235. on mouseUp
  236.   put "Minnesota" into background field "state"
  237. end mouseUp
  238.  
  239.  
  240.  
  241. -- part 15 (button)
  242. -- low flags: 00
  243. -- high flags: 0000
  244. -- rect: left=183 top=126 right=145 bottom=206
  245. -- title width / last selected line: 0
  246. -- icon id / first selected line: 0 / 0
  247. -- text alignment: 1
  248. -- font id: 0
  249. -- text size: 12
  250. -- style flags: 0
  251. -- line height: 16
  252. -- part name: Idaho
  253. ----- HyperTalk script -----
  254. on mouseUp
  255.   put "Idaho" into background field "state"
  256. end mouseUp
  257.  
  258.  
  259.  
  260. -- part 16 (button)
  261. -- low flags: 00
  262. -- high flags: 0000
  263. -- rect: left=253 top=100 right=120 bottom=287
  264. -- title width / last selected line: 0
  265. -- icon id / first selected line: 0 / 0
  266. -- text alignment: 1
  267. -- font id: 0
  268. -- text size: 12
  269. -- style flags: 0
  270. -- line height: 16
  271. -- part name: North Dakota
  272. ----- HyperTalk script -----
  273. on mouseUp
  274.   put "North Dakota" into background field "state"
  275. end mouseUp
  276.  
  277.  
  278.  
  279. -- part 17 (button)
  280. -- low flags: 00
  281. -- high flags: 0000
  282. -- rect: left=253 top=124 right=144 bottom=289
  283. -- title width / last selected line: 0
  284. -- icon id / first selected line: 0 / 0
  285. -- text alignment: 1
  286. -- font id: 0
  287. -- text size: 12
  288. -- style flags: 0
  289. -- line height: 16
  290. -- part name: South Dakota
  291. ----- HyperTalk script -----
  292. on mouseUp
  293.   put "South Dakota" into background field "state"
  294. end mouseUp
  295.  
  296.  
  297.  
  298. -- part 18 (button)
  299. -- low flags: 00
  300. -- high flags: 0000
  301. -- rect: left=260 top=148 right=168 bottom=292
  302. -- title width / last selected line: 0
  303. -- icon id / first selected line: 0 / 0
  304. -- text alignment: 1
  305. -- font id: 0
  306. -- text size: 12
  307. -- style flags: 0
  308. -- line height: 16
  309. -- part name: Nebraska
  310. ----- HyperTalk script -----
  311. on mouseUp
  312.   put "Nebraska" into background field "state"
  313. end mouseUp
  314.  
  315.  
  316.  
  317. -- part 19 (button)
  318. -- low flags: 00
  319. -- high flags: 0000
  320. -- rect: left=264 top=171 right=189 bottom=301
  321. -- title width / last selected line: 0
  322. -- icon id / first selected line: 0 / 0
  323. -- text alignment: 1
  324. -- font id: 0
  325. -- text size: 12
  326. -- style flags: 0
  327. -- line height: 16
  328. -- part name: Kansas
  329. ----- HyperTalk script -----
  330. on mouseUp
  331.   put "Kansas" into background field "state"
  332. end mouseUp
  333.  
  334.  
  335.  
  336. -- part 20 (button)
  337. -- low flags: 00
  338. -- high flags: 0000
  339. -- rect: left=281 top=193 right=212 bottom=304
  340. -- title width / last selected line: 0
  341. -- icon id / first selected line: 0 / 0
  342. -- text alignment: 1
  343. -- font id: 0
  344. -- text size: 12
  345. -- style flags: 0
  346. -- line height: 16
  347. -- part name: Oklahoma
  348. ----- HyperTalk script -----
  349. on mouseUp
  350.   put "Oklahoma" into background field "state"
  351. end mouseUp
  352.  
  353.  
  354.  
  355. -- part 21 (button)
  356. -- low flags: 00
  357. -- high flags: 0000
  358. -- rect: left=166 top=150 right=179 bottom=188
  359. -- title width / last selected line: 0
  360. -- icon id / first selected line: 0 / 0
  361. -- text alignment: 1
  362. -- font id: 0
  363. -- text size: 12
  364. -- style flags: 0
  365. -- line height: 16
  366. -- part name: Nevada
  367. ----- HyperTalk script -----
  368. on mouseUp
  369.   put "Nevada" into background field "state"
  370. end mouseUp
  371.  
  372.  
  373.  
  374. -- part 22 (button)
  375. -- low flags: 00
  376. -- high flags: 0000
  377. -- rect: left=144 top=85 right=109 bottom=185
  378. -- title width / last selected line: 0
  379. -- icon id / first selected line: 0 / 0
  380. -- text alignment: 1
  381. -- font id: 0
  382. -- text size: 12
  383. -- style flags: 0
  384. -- line height: 16
  385. -- part name: Washington
  386. ----- HyperTalk script -----
  387. on mouseUp
  388.   put "Washington" into background field "state"
  389. end mouseUp
  390.  
  391.  
  392.  
  393. -- part 23 (button)
  394. -- low flags: 00
  395. -- high flags: 0000
  396. -- rect: left=140 top=116 right=140 bottom=176
  397. -- title width / last selected line: 0
  398. -- icon id / first selected line: 0 / 0
  399. -- text alignment: 1
  400. -- font id: 0
  401. -- text size: 12
  402. -- style flags: 0
  403. -- line height: 16
  404. -- part name: Oregon
  405. ----- HyperTalk script -----
  406. on mouseUp
  407.   put "Oregon" into background field "state"
  408. end mouseUp
  409.  
  410.  
  411.  
  412. -- part 24 (button)
  413. -- low flags: 00
  414. -- high flags: 0000
  415. -- rect: left=202 top=98 right=125 bottom=249
  416. -- title width / last selected line: 0
  417. -- icon id / first selected line: 0 / 0
  418. -- text alignment: 1
  419. -- font id: 0
  420. -- text size: 12
  421. -- style flags: 0
  422. -- line height: 16
  423. -- part name: Montana
  424. ----- HyperTalk script -----
  425. on mouseUp
  426.   put "Montana" into background field "state"
  427. end mouseUp
  428.  
  429.  
  430.  
  431. -- part 25 (button)
  432. -- low flags: 00
  433. -- high flags: 0000
  434. -- rect: left=215 top=133 right=158 bottom=249
  435. -- title width / last selected line: 0
  436. -- icon id / first selected line: 0 / 0
  437. -- text alignment: 1
  438. -- font id: 0
  439. -- text size: 12
  440. -- style flags: 0
  441. -- line height: 16
  442. -- part name: Wyoming
  443. ----- HyperTalk script -----
  444. on mouseUp
  445.   put "Wyoming" into background field "state"
  446. end mouseUp
  447.  
  448.  
  449.  
  450. -- part 26 (button)
  451. -- low flags: 00
  452. -- high flags: 0000
  453. -- rect: left=193 top=160 right=185 bottom=218
  454. -- title width / last selected line: 0
  455. -- icon id / first selected line: 0 / 0
  456. -- text alignment: 1
  457. -- font id: 0
  458. -- text size: 12
  459. -- style flags: 0
  460. -- line height: 16
  461. -- part name: Utah
  462. ----- HyperTalk script -----
  463. on mouseUp
  464.   put "Utah" into background field "state"
  465. end mouseUp
  466.  
  467.  
  468.  
  469. -- part 27 (button)
  470. -- low flags: 00
  471. -- high flags: 0000
  472. -- rect: left=189 top=192 right=223 bottom=216
  473. -- title width / last selected line: 0
  474. -- icon id / first selected line: 0 / 0
  475. -- text alignment: 1
  476. -- font id: 0
  477. -- text size: 12
  478. -- style flags: 0
  479. -- line height: 16
  480. -- part name: Arizona
  481. ----- HyperTalk script -----
  482. on mouseUp
  483.   put "Arizona" into background field "state"
  484. end mouseUp
  485.  
  486.  
  487.  
  488. -- part 28 (button)
  489. -- low flags: 00
  490. -- high flags: 0000
  491. -- rect: left=221 top=195 right=225 bottom=254
  492. -- title width / last selected line: 0
  493. -- icon id / first selected line: 0 / 0
  494. -- text alignment: 1
  495. -- font id: 0
  496. -- text size: 12
  497. -- style flags: 0
  498. -- line height: 16
  499. -- part name: New Mexico
  500. ----- HyperTalk script -----
  501. on mouseUp
  502.   put "New Mexico" into background field "state"
  503. end mouseUp
  504.  
  505.  
  506.  
  507. -- part 29 (button)
  508. -- low flags: 00
  509. -- high flags: 0000
  510. -- rect: left=223 top=162 right=190 bottom=257
  511. -- title width / last selected line: 0
  512. -- icon id / first selected line: 0 / 0
  513. -- text alignment: 1
  514. -- font id: 0
  515. -- text size: 12
  516. -- style flags: 0
  517. -- line height: 16
  518. -- part name: Colorado
  519. ----- HyperTalk script -----
  520. on mouseUp
  521.   put "Colorado" into background field "state"
  522. end mouseUp
  523.  
  524.  
  525.  
  526. -- part 30 (button)
  527. -- low flags: 00
  528. -- high flags: 0000
  529. -- rect: left=373 top=205 right=229 bottom=390
  530. -- title width / last selected line: 0
  531. -- icon id / first selected line: 0 / 0
  532. -- text alignment: 1
  533. -- font id: 0
  534. -- text size: 12
  535. -- style flags: 0
  536. -- line height: 16
  537. -- part name: Georgia
  538. ----- HyperTalk script -----
  539. on mouseUp
  540.   put "Georgia" into background field "state"
  541. end mouseUp
  542.  
  543.  
  544.  
  545. -- part 31 (button)
  546. -- low flags: 00
  547. -- high flags: 0000
  548. -- rect: left=354 top=208 right=224 bottom=367
  549. -- title width / last selected line: 0
  550. -- icon id / first selected line: 0 / 0
  551. -- text alignment: 1
  552. -- font id: 0
  553. -- text size: 12
  554. -- style flags: 0
  555. -- line height: 16
  556. -- part name: Alabama
  557. ----- HyperTalk script -----
  558. on mouseUp
  559.   put "Alabama" into background field "state"
  560. end mouseUp
  561.  
  562.  
  563.  
  564. -- part 32 (button)
  565. -- low flags: 00
  566. -- high flags: 0000
  567. -- rect: left=336 top=204 right=226 bottom=351
  568. -- title width / last selected line: 0
  569. -- icon id / first selected line: 0 / 0
  570. -- text alignment: 1
  571. -- font id: 0
  572. -- text size: 12
  573. -- style flags: 0
  574. -- line height: 16
  575. -- part name: Mississippi
  576. ----- HyperTalk script -----
  577. on mouseUp
  578.   put "Mississippi" into background field "state"
  579. end mouseUp
  580.  
  581.  
  582.  
  583. -- part 33 (button)
  584. -- low flags: 00
  585. -- high flags: 0000
  586. -- rect: left=389 top=195 right=207 bottom=403
  587. -- title width / last selected line: 0
  588. -- icon id / first selected line: 0 / 0
  589. -- text alignment: 1
  590. -- font id: 0
  591. -- text size: 12
  592. -- style flags: 0
  593. -- line height: 16
  594. -- part name: South Carolina
  595. ----- HyperTalk script -----
  596. on mouseUp
  597.   put "South Carolina" into background field "state"
  598. end mouseUp
  599.  
  600.  
  601.  
  602. -- part 34 (button)
  603. -- low flags: 00
  604. -- high flags: 0000
  605. -- rect: left=389 top=181 right=193 bottom=415
  606. -- title width / last selected line: 0
  607. -- icon id / first selected line: 0 / 0
  608. -- text alignment: 1
  609. -- font id: 0
  610. -- text size: 12
  611. -- style flags: 0
  612. -- line height: 16
  613. -- part name: North Carolina
  614. ----- HyperTalk script -----
  615. on mouseUp
  616.   put "North Carolina" into background field "state"
  617. end mouseUp
  618.  
  619.  
  620.  
  621. -- part 35 (button)
  622. -- low flags: 00
  623. -- high flags: 0000
  624. -- rect: left=396 top=164 right=176 bottom=413
  625. -- title width / last selected line: 0
  626. -- icon id / first selected line: 0 / 0
  627. -- text alignment: 1
  628. -- font id: 0
  629. -- text size: 12
  630. -- style flags: 0
  631. -- line height: 16
  632. -- part name: Virginia
  633. ----- HyperTalk script -----
  634. on mouseUp
  635.   put "Virginia" into background field "state"
  636. end mouseUp
  637.  
  638.  
  639.  
  640. -- part 36 (button)
  641. -- low flags: 00
  642. -- high flags: 0000
  643. -- rect: left=353 top=174 right=186 bottom=374
  644. -- title width / last selected line: 0
  645. -- icon id / first selected line: 0 / 0
  646. -- text alignment: 1
  647. -- font id: 0
  648. -- text size: 12
  649. -- style flags: 0
  650. -- line height: 16
  651. -- part name: Kentucky
  652. ----- HyperTalk script -----
  653. on mouseUp
  654.   put "Kentucky" into background field "state"
  655. end mouseUp
  656.  
  657.  
  658.  
  659. -- part 37 (button)
  660. -- low flags: 00
  661. -- high flags: 0000
  662. -- rect: left=382 top=163 right=175 bottom=394
  663. -- title width / last selected line: 0
  664. -- icon id / first selected line: 0 / 0
  665. -- text alignment: 1
  666. -- font id: 0
  667. -- text size: 12
  668. -- style flags: 0
  669. -- line height: 16
  670. -- part name: West Virginia
  671. ----- HyperTalk script -----
  672. on mouseUp
  673.   put "West Virginia" into background field "state"
  674. end mouseUp
  675.  
  676.  
  677.  
  678. -- part 38 (button)
  679. -- low flags: 00
  680. -- high flags: 0000
  681. -- rect: left=391 top=139 right=151 bottom=409
  682. -- title width / last selected line: 0
  683. -- icon id / first selected line: 0 / 0
  684. -- text alignment: 1
  685. -- font id: 0
  686. -- text size: 12
  687. -- style flags: 0
  688. -- line height: 16
  689. -- part name: Pennsylvania
  690. ----- HyperTalk script -----
  691. on mouseUp
  692.   put "Pennsylvania" into background field "state"
  693. end mouseUp
  694.  
  695.  
  696.  
  697. -- part 39 (button)
  698. -- low flags: 00
  699. -- high flags: 0000
  700. -- rect: left=398 top=123 right=135 bottom=416
  701. -- title width / last selected line: 0
  702. -- icon id / first selected line: 0 / 0
  703. -- text alignment: 1
  704. -- font id: 0
  705. -- text size: 12
  706. -- style flags: 0
  707. -- line height: 16
  708. -- part name: New York
  709. ----- HyperTalk script -----
  710. on mouseUp
  711.   put "New York" into background field "state"
  712. end mouseUp
  713.  
  714.  
  715.  
  716. -- part 40 (button)
  717. -- low flags: 00
  718. -- high flags: 0000
  719. -- rect: left=261 top=219 right=272 bottom=310
  720. -- title width / last selected line: 0
  721. -- icon id / first selected line: 0 / 0
  722. -- text alignment: 1
  723. -- font id: 0
  724. -- text size: 12
  725. -- style flags: 0
  726. -- line height: 16
  727. -- part name: Texas
  728. ----- HyperTalk script -----
  729. on mouseUp
  730.   put "Texas" into background field "state"
  731. end mouseUp
  732.  
  733.  
  734.  
  735. -- part 41 (button)
  736. -- low flags: 00
  737. -- high flags: 0000
  738. -- rect: left=414 top=152 right=164 bottom=426
  739. -- title width / last selected line: 0
  740. -- icon id / first selected line: 0 / 0
  741. -- text alignment: 1
  742. -- font id: 0
  743. -- text size: 12
  744. -- style flags: 0
  745. -- line height: 16
  746. -- part name: Delaware
  747. ----- HyperTalk script -----
  748. on mouseUp
  749.   put "Delaware" into background field "state"
  750. end mouseUp
  751.  
  752.  
  753.  
  754. -- part 42 (button)
  755. -- low flags: 00
  756. -- high flags: 0000
  757. -- rect: left=424 top=125 right=137 bottom=436
  758. -- title width / last selected line: 0
  759. -- icon id / first selected line: 0 / 0
  760. -- text alignment: 1
  761. -- font id: 0
  762. -- text size: 12
  763. -- style flags: 0
  764. -- line height: 16
  765. -- part name: Rhode Island
  766. ----- HyperTalk script -----
  767. on mouseUp
  768.   put "Rhode Island" into background field "state"
  769. end mouseUp
  770.  
  771.  
  772.  
  773. -- part 43 (button)
  774. -- low flags: 00
  775. -- high flags: 0000
  776. -- rect: left=438 top=117 right=129 bottom=450
  777. -- title width / last selected line: 0
  778. -- icon id / first selected line: 0 / 0
  779. -- text alignment: 1
  780. -- font id: 0
  781. -- text size: 12
  782. -- style flags: 0
  783. -- line height: 16
  784. -- part name: Massachussetts
  785. ----- HyperTalk script -----
  786. on mouseUp
  787.   put "Massachussets" into background field "state"
  788. end mouseUp
  789.  
  790.  
  791.  
  792. -- part 44 (button)
  793. -- low flags: 00
  794. -- high flags: 0000
  795. -- rect: left=426 top=107 right=119 bottom=438
  796. -- title width / last selected line: 0
  797. -- icon id / first selected line: 0 / 0
  798. -- text alignment: 1
  799. -- font id: 0
  800. -- text size: 12
  801. -- style flags: 0
  802. -- line height: 16
  803. -- part name: New Hampshire
  804. ----- HyperTalk script -----
  805. on mouseUp
  806.   put "New Hampshire" into background field "state"
  807. end mouseUp
  808.  
  809.  
  810.  
  811. -- part 45 (button)
  812. -- low flags: 00
  813. -- high flags: 0000
  814. -- rect: left=430 top=90 right=102 bottom=442
  815. -- title width / last selected line: 0
  816. -- icon id / first selected line: 0 / 0
  817. -- text alignment: 1
  818. -- font id: 0
  819. -- text size: 12
  820. -- style flags: 0
  821. -- line height: 16
  822. -- part name: Maine
  823. ----- HyperTalk script -----
  824. on mouseUp
  825.   put "Maine" into background field "state"
  826. end mouseUp
  827.  
  828.  
  829.  
  830. -- part 46 (button)
  831. -- low flags: 00
  832. -- high flags: 0000
  833. -- rect: left=416 top=106 right=118 bottom=428
  834. -- title width / last selected line: 0
  835. -- icon id / first selected line: 0 / 0
  836. -- text alignment: 1
  837. -- font id: 0
  838. -- text size: 12
  839. -- style flags: 0
  840. -- line height: 16
  841. -- part name: Vermont
  842. ----- HyperTalk script -----
  843. on mouseUp
  844.   put "Vermont" into background field "state"
  845. end mouseUp
  846.  
  847.  
  848.  
  849. -- part 47 (button)
  850. -- low flags: 00
  851. -- high flags: 0000
  852. -- rect: left=424 top=144 right=156 bottom=436
  853. -- title width / last selected line: 0
  854. -- icon id / first selected line: 0 / 0
  855. -- text alignment: 1
  856. -- font id: 0
  857. -- text size: 12
  858. -- style flags: 0
  859. -- line height: 16
  860. -- part name: Delaware
  861. ----- HyperTalk script -----
  862. on mouseUp
  863.   put "Delaware" into background field "state"
  864. end mouseUp
  865.  
  866.  
  867.  
  868. -- part 48 (button)
  869. -- low flags: 00
  870. -- high flags: 0000
  871. -- rect: left=164 top=240 right=296 bottom=235
  872. -- title width / last selected line: 0
  873. -- icon id / first selected line: 0 / 0
  874. -- text alignment: 1
  875. -- font id: 0
  876. -- text size: 12
  877. -- style flags: 0
  878. -- line height: 16
  879. -- part name: Hawaii
  880. ----- HyperTalk script -----
  881. on mouseUp
  882.   put "Hawaii" into background field "state"
  883. end mouseUp
  884.  
  885.  
  886.  
  887. -- part 49 (button)
  888. -- low flags: 00
  889. -- high flags: 0000
  890. -- rect: left=62 top=206 right=295 bottom=143
  891. -- title width / last selected line: 0
  892. -- icon id / first selected line: 0 / 0
  893. -- text alignment: 1
  894. -- font id: 0
  895. -- text size: 12
  896. -- style flags: 0
  897. -- line height: 16
  898. -- part name: Alaska
  899. ----- HyperTalk script -----
  900. on mouseUp
  901.   put "Alaska" into background field "state"
  902. end mouseUp
  903.  
  904.  
  905.  
  906. -- part 50 (button)
  907. -- low flags: 00
  908. -- high flags: 0000
  909. -- rect: left=478 top=297 right=342 bottom=512
  910. -- title width / last selected line: 0
  911. -- icon id / first selected line: 20098 / 20098
  912. -- text alignment: 1
  913. -- font id: 0
  914. -- text size: 12
  915. -- style flags: 0
  916. -- line height: 16
  917. -- part name: New Button
  918. ----- HyperTalk script -----
  919. on mouseUp
  920.   go home
  921. end mouseUp
  922.  
  923.  
  924.  
  925. -- part 51 (button)
  926. -- low flags: 00
  927. -- high flags: 0000
  928. -- rect: left=146 top=173 right=197 bottom=164
  929. -- title width / last selected line: 0
  930. -- icon id / first selected line: 0 / 0
  931. -- text alignment: 1
  932. -- font id: 0
  933. -- text size: 12
  934. -- style flags: 0
  935. -- line height: 16
  936. -- part name: California
  937. ----- HyperTalk script -----
  938. on mouseUp
  939.   put "California" into background field "state"
  940. end mouseUp
  941.  
  942.  
  943.  
  944. -- part 52 (button)
  945. -- low flags: 00
  946. -- high flags: 0000
  947. -- rect: left=167 top=198 right=216 bottom=182
  948. -- title width / last selected line: 0
  949. -- icon id / first selected line: 0 / 0
  950. -- text alignment: 1
  951. -- font id: 0
  952. -- text size: 12
  953. -- style flags: 0
  954. -- line height: 16
  955. -- part name: California
  956. ----- HyperTalk script -----
  957. on mouseUp
  958.   put "California" into background field "state"
  959. end mouseUp
  960.  
  961.  
  962.  
  963. -- part 53 (button)
  964. -- low flags: 00
  965. -- high flags: 0000
  966. -- rect: left=415 top=128 right=140 bottom=427
  967. -- title width / last selected line: 0
  968. -- icon id / first selected line: 0 / 0
  969. -- text alignment: 1
  970. -- font id: 0
  971. -- text size: 12
  972. -- style flags: 0
  973. -- line height: 16
  974. -- part name: Connecticut
  975. ----- HyperTalk script -----
  976. on mouseUp
  977.   put "Connecticut" into background field "state"
  978. end mouseUp
  979.  
  980.  
  981.  
  982. -- part 54 (button)
  983. -- low flags: 00
  984. -- high flags: 0000
  985. -- rect: left=413 top=137 right=149 bottom=425
  986. -- title width / last selected line: 0
  987. -- icon id / first selected line: 0 / 0
  988. -- text alignment: 1
  989. -- font id: 0
  990. -- text size: 12
  991. -- style flags: 0
  992. -- line height: 16
  993. -- part name: New Jersey
  994. ----- HyperTalk script -----
  995. on mouseUp
  996.   put "New Jersey" into background field "state"
  997. end mouseUp
  998.  
  999.  
  1000.  
  1001. -- part contents for card part 2
  1002. ----- text -----
  1003. Texas
  1004.  
  1005. -- part contents for card part 3
  1006. ----- text -----
  1007. Miri's Map
  1008.  
  1009. -- part contents for background part 1
  1010. ----- text -----
  1011. Alabama